type github.com/klauspost/compress/huff0.bitReaderShifted
13 uses
github.com/klauspost/compress/huff0 (current package)
bitreader.go#L128: type bitReaderShifted struct {
bitreader.go#L136: func (b *bitReaderShifted) init(in []byte) error {
bitreader.go#L161: func (b *bitReaderShifted) peekBitsFast(n uint8) uint16 {
bitreader.go#L165: func (b *bitReaderShifted) advance(n uint8) {
bitreader.go#L172: func (b *bitReaderShifted) fillFast() {
bitreader.go#L184: func (b *bitReaderShifted) fillFastStart() {
bitreader.go#L191: func (b *bitReaderShifted) fill() {
bitreader.go#L209: func (b *bitReaderShifted) remaining() uint {
bitreader.go#L214: func (b *bitReaderShifted) close() error {
decompress_amd64.go#L31: pbr *[4]bitReaderShifted
decompress_amd64.go#L57: var br [4]bitReaderShifted
decompress_amd64.go#L157: pbr *bitReaderShifted
decompress_amd64.go#L175: var br bitReaderShifted
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |